projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fc5ef
)
(info-lookup): Use assoc-string.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Dec 2003 19:18:09 +0000
(19:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Dec 2003 19:18:09 +0000
(19:18 +0000)
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index 21f265199dd762a56711961805884a0793861e1d..a184567ea9c753a883625e093eabadf11e34866a 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-321,7
+321,7
@@
If optional argument QUERY is non-nil, query for the help mode."
(let* ((completions (info-lookup->completions topic mode))
(ignore-case (info-lookup->ignore-case topic mode))
(entry (or (assoc (if ignore-case (downcase item) item) completions)
- (assoc-
ignore-case item completions
)
+ (assoc-
string item completions t
)
(error "Not documented as a %s: %s" topic (or item ""))))
(modes (info-lookup->all-modes topic mode))
(window (selected-window))